home *** CD-ROM | disk | FTP | other *** search
/ Hyper Stacks 1994 May / Hyper Stacks (Pacific HiTech)(1994)[Mac].iso / Education / School of Athens / card_4377.txt < prev    next >
Encoding:
Text File  |  1988-05-17  |  18.4 KB  |  642 lines

  1. -- card: 4377 from stack: in
  2. -- bmap block id: 20381
  3. -- flags: 0000
  4. -- background id: 3566
  5. -- name: Pythagoras
  6. ----- HyperTalk script -----
  7. on mouseUp
  8.   global whence
  9.   if the commandKey is down then
  10.     put the short name of this card into whence
  11.     visual effect dissolve
  12.     go to card "Pythagoras Cartoon"
  13.   end if
  14. end mouseUp
  15.  
  16.  
  17.  
  18. -- part 1 (field)
  19. -- low flags: 81
  20. -- high flags: 0004
  21. -- rect: left=326 top=186 right=324 bottom=510
  22. -- title width / last selected line: 0
  23. -- icon id / first selected line: 0 / 0
  24. -- text alignment: 0
  25. -- font id: 3
  26. -- text size: 9
  27. -- style flags: 0
  28. -- line height: 12
  29. -- part name: Card Help
  30. ----- HyperTalk script -----
  31. on mouseUp
  32.   hide card field "Card Help"
  33. end mouseUp
  34.  
  35.  
  36. -- part 3 (field)
  37. -- low flags: 81
  38. -- high flags: 0000
  39. -- rect: left=325 top=186 right=199 bottom=489
  40. -- title width / last selected line: 0
  41. -- icon id / first selected line: 0 / 0
  42. -- text alignment: 0
  43. -- font id: 3
  44. -- text size: 9
  45. -- style flags: 256
  46. -- line height: 12
  47. -- part name: Card Title
  48.  
  49.  
  50. -- part 4 (button)
  51. -- low flags: 80
  52. -- high flags: 0000
  53. -- rect: left=327 top=186 right=322 bottom=507
  54. -- title width / last selected line: 0
  55. -- icon id / first selected line: 0 / 0
  56. -- text alignment: 1
  57. -- font id: 0
  58. -- text size: 12
  59. -- style flags: 0
  60. -- line height: 16
  61. -- part name: Help Away
  62. ----- HyperTalk script -----
  63. on mouseUp
  64.   if the mouseH > 419 and the mouseH <429 and the mouseV > 270 and the mouseV < 280 then
  65.     set lockScreen to true
  66.     show card field "Picture Info"
  67.     show card button "Pic Info Away"
  68.     hide card field "Card Help"
  69.     hide card field "Card Title"
  70.     hide card button "Help Away"
  71.     set lockScreen to false
  72.   else
  73.     set lockScreen to true
  74.     hide card field "Card Help"
  75.     hide card field "Card Title"
  76.     hide card button "Help Away"
  77.     set lockScreen to false
  78.   end if
  79. end mouseUp
  80.  
  81.  
  82.  
  83. -- part 5 (field)
  84. -- low flags: 80
  85. -- high flags: 0004
  86. -- rect: left=348 top=6 right=336 bottom=510
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 0
  90. -- font id: 3
  91. -- text size: 9
  92. -- style flags: 0
  93. -- line height: 12
  94. -- part name: Picture Info
  95.  
  96.  
  97. -- part 6 (button)
  98. -- low flags: 80
  99. -- high flags: 0000
  100. -- rect: left=348 top=6 right=334 bottom=506
  101. -- title width / last selected line: 0
  102. -- icon id / first selected line: 0 / 0
  103. -- text alignment: 1
  104. -- font id: 0
  105. -- text size: 12
  106. -- style flags: 0
  107. -- line height: 16
  108. -- part name: Pic Info Away
  109. ----- HyperTalk script -----
  110. on mouseUp
  111.   if the mouseH > 396 and the mouseH <406 and the mouseV > 222 and the mouseV < 232 then
  112.     show card field "PreSoc"
  113.     show card button "PreSoc Away"
  114.   else
  115.     set lockScreen to true
  116.     hide card field "Picture Info"
  117.     hide card button "Pic Info Away"
  118.     hide card field "PreSoc"
  119.     hide card button "PreSoc Away"
  120.     set lockScreen to false
  121.   end if
  122. end mouseUp
  123.  
  124.  
  125.  
  126. -- part 7 (field)
  127. -- low flags: 81
  128. -- high flags: 0002
  129. -- rect: left=51 top=260 right=335 bottom=331
  130. -- title width / last selected line: 0
  131. -- icon id / first selected line: 0 / 0
  132. -- text alignment: 0
  133. -- font id: 3
  134. -- text size: 9
  135. -- style flags: 0
  136. -- line height: 12
  137. -- part name: PreSoc
  138.  
  139.  
  140. -- part 8 (button)
  141. -- low flags: 80
  142. -- high flags: 0000
  143. -- rect: left=51 top=260 right=334 bottom=331
  144. -- title width / last selected line: 0
  145. -- icon id / first selected line: 0 / 0
  146. -- text alignment: 1
  147. -- font id: 0
  148. -- text size: 12
  149. -- style flags: 0
  150. -- line height: 16
  151. -- part name: PreSoc Away
  152. ----- HyperTalk script -----
  153. on mouseUp
  154.   hide card field "PreSoc"
  155.   hide card button "PreSoc Away"
  156. end mouseUp
  157.  
  158.  
  159.  
  160. -- part 10 (button)
  161. -- low flags: 00
  162. -- high flags: 0000
  163. -- rect: left=68 top=78 right=113 bottom=126
  164. -- title width / last selected line: 0
  165. -- icon id / first selected line: 0 / 0
  166. -- text alignment: 1
  167. -- font id: 0
  168. -- text size: 12
  169. -- style flags: 0
  170. -- line height: 16
  171. -- part name: 
  172. ----- HyperTalk script -----
  173. on mouseUp
  174.   if the commandKey is down then
  175.     pass mouseUp
  176.   else
  177.     set lockScreen to true
  178.     show card field "Averro√´s"
  179.     show card field "Averro√´s Name"
  180.     show card button "Averro√´s Away"
  181.     set lockScreen to false
  182.   end if
  183. end mouseUp
  184.  
  185.  
  186.  
  187. -- part 11 (field)
  188. -- low flags: 80
  189. -- high flags: 0002
  190. -- rect: left=129 top=8 right=192 bottom=326
  191. -- title width / last selected line: 0
  192. -- icon id / first selected line: 0 / 0
  193. -- text alignment: 0
  194. -- font id: 3
  195. -- text size: 9
  196. -- style flags: 0
  197. -- line height: 12
  198. -- part name: Averroës
  199.  
  200.  
  201. -- part 13 (button)
  202. -- low flags: 00
  203. -- high flags: 0000
  204. -- rect: left=98 top=113 right=189 bottom=142
  205. -- title width / last selected line: 0
  206. -- icon id / first selected line: 0 / 0
  207. -- text alignment: 1
  208. -- font id: 0
  209. -- text size: 12
  210. -- style flags: 0
  211. -- line height: 16
  212. -- part name: 
  213. ----- HyperTalk script -----
  214. on mouseUp
  215.   if the commandKey is down then
  216.     pass mouseUp
  217.   else
  218.     show card field "Pythagoras"
  219.     show card field "Pythagoras Name"
  220.     show card button "Pythagoras Away"
  221.   end if
  222. end mouseUp
  223.  
  224.  
  225.  
  226. -- part 14 (field)
  227. -- low flags: 81
  228. -- high flags: 0002
  229. -- rect: left=4 top=191 right=339 bottom=508
  230. -- title width / last selected line: 0
  231. -- icon id / first selected line: 0 / 0
  232. -- text alignment: 0
  233. -- font id: 3
  234. -- text size: 9
  235. -- style flags: 0
  236. -- line height: 12
  237. -- part name: Pythagoras
  238.  
  239.  
  240. -- part 15 (field)
  241. -- low flags: 81
  242. -- high flags: 0000
  243. -- rect: left=4 top=191 right=204 bottom=168
  244. -- title width / last selected line: 0
  245. -- icon id / first selected line: 0 / 0
  246. -- text alignment: 0
  247. -- font id: 3
  248. -- text size: 9
  249. -- style flags: 256
  250. -- line height: 12
  251. -- part name: Pythagoras Name
  252.  
  253.  
  254. -- part 17 (field)
  255. -- low flags: 80
  256. -- high flags: 0000
  257. -- rect: left=128 top=8 right=22 bottom=261
  258. -- title width / last selected line: 0
  259. -- icon id / first selected line: 0 / 0
  260. -- text alignment: 0
  261. -- font id: 3
  262. -- text size: 9
  263. -- style flags: 256
  264. -- line height: 12
  265. -- part name: Averroës Name
  266.  
  267.  
  268. -- part 19 (button)
  269. -- low flags: 00
  270. -- high flags: 0000
  271. -- rect: left=39 top=134 right=236 bottom=86
  272. -- title width / last selected line: 0
  273. -- icon id / first selected line: 0 / 0
  274. -- text alignment: 1
  275. -- font id: 0
  276. -- text size: 12
  277. -- style flags: 0
  278. -- line height: 16
  279. -- part name: 
  280. ----- HyperTalk script -----
  281. on mouseUp
  282.   if the commandKey is down then
  283.     pass mouseUp
  284.   else
  285.     set lockScreen to true
  286.     show card field "Empedocles"
  287.     show card field "Empedocles Name"
  288.     show card button "Empedocles Away"
  289.     set lockScreen to false
  290.   end if
  291. end mouseUp
  292.  
  293.  
  294.  
  295. -- part 20 (field)
  296. -- low flags: 81
  297. -- high flags: 0002
  298. -- rect: left=58 top=219 right=334 bottom=352
  299. -- title width / last selected line: 0
  300. -- icon id / first selected line: 0 / 0
  301. -- text alignment: 0
  302. -- font id: 3
  303. -- text size: 9
  304. -- style flags: 0
  305. -- line height: 12
  306. -- part name: Empedocles
  307.  
  308.  
  309. -- part 21 (field)
  310. -- low flags: 81
  311. -- high flags: 0000
  312. -- rect: left=58 top=218 right=234 bottom=177
  313. -- title width / last selected line: 0
  314. -- icon id / first selected line: 0 / 0
  315. -- text alignment: 0
  316. -- font id: 3
  317. -- text size: 9
  318. -- style flags: 256
  319. -- line height: 12
  320. -- part name: Empedocles Name
  321.  
  322.  
  323. -- part 23 (button)
  324. -- low flags: 00
  325. -- high flags: 0000
  326. -- rect: left=190 top=45 right=251 bottom=262
  327. -- title width / last selected line: 0
  328. -- icon id / first selected line: 0 / 0
  329. -- text alignment: 1
  330. -- font id: 0
  331. -- text size: 12
  332. -- style flags: 0
  333. -- line height: 16
  334. -- part name: 
  335. ----- HyperTalk script -----
  336. on mouseUp
  337.   if the commandKey is down then
  338.     pass mouseUp
  339.   else
  340.     set lockScreen to true
  341.     show card field "Parmenides"
  342.     show card field "Parmenides Name"
  343.     show card button "Parmenides Away"
  344.     set lockScreen to false
  345.   end if
  346. end mouseUp
  347.  
  348.  
  349.  
  350. -- part 24 (field)
  351. -- low flags: 80
  352. -- high flags: 0002
  353. -- rect: left=145 top=216 right=339 bottom=494
  354. -- title width / last selected line: 0
  355. -- icon id / first selected line: 0 / 0
  356. -- text alignment: 0
  357. -- font id: 3
  358. -- text size: 9
  359. -- style flags: 0
  360. -- line height: 12
  361. -- part name: Parmenides
  362.  
  363.  
  364. -- part 25 (field)
  365. -- low flags: 80
  366. -- high flags: 0000
  367. -- rect: left=145 top=216 right=234 bottom=280
  368. -- title width / last selected line: 0
  369. -- icon id / first selected line: 0 / 0
  370. -- text alignment: 0
  371. -- font id: 3
  372. -- text size: 9
  373. -- style flags: 256
  374. -- line height: 12
  375. -- part name: Parmenides Name
  376.  
  377.  
  378. -- part 27 (button)
  379. -- low flags: 00
  380. -- high flags: 0000
  381. -- rect: left=269 top=107 right=258 bottom=365
  382. -- title width / last selected line: 0
  383. -- icon id / first selected line: 0 / 0
  384. -- text alignment: 1
  385. -- font id: 0
  386. -- text size: 12
  387. -- style flags: 0
  388. -- line height: 16
  389. -- part name: 
  390. ----- HyperTalk script -----
  391. on mouseUp
  392.   if the commandKey is down then
  393.     pass mouseUp
  394.   else
  395.     set lockScreen to true
  396.     show card field "Democritus"
  397.     show card field "Democritus Name"
  398.     show card button "Democritus Away"
  399.     show card button "Show Me"
  400.     set lockScreen to false
  401.   end if
  402. end mouseUp
  403.  
  404.  
  405.  
  406. -- part 18 (button)
  407. -- low flags: 80
  408. -- high flags: 0000
  409. -- rect: left=128 top=8 right=192 bottom=324
  410. -- title width / last selected line: 0
  411. -- icon id / first selected line: 0 / 0
  412. -- text alignment: 1
  413. -- font id: 0
  414. -- text size: 12
  415. -- style flags: 0
  416. -- line height: 16
  417. -- part name: Averroës Away
  418. ----- HyperTalk script -----
  419. on mouseUp
  420.   set lockScreen to true
  421.   hide card field "Averro√´s"
  422.   hide card field "Averro√´s Name"
  423.   hide card button "Averro√´s Away"
  424.   set lockScreen to false
  425. end mouseUp
  426.  
  427.  
  428.  
  429. -- part 26 (button)
  430. -- low flags: 80
  431. -- high flags: 0000
  432. -- rect: left=146 top=217 right=338 bottom=493
  433. -- title width / last selected line: 0
  434. -- icon id / first selected line: 0 / 0
  435. -- text alignment: 1
  436. -- font id: 0
  437. -- text size: 12
  438. -- style flags: 0
  439. -- line height: 16
  440. -- part name: Parmenides Away
  441. ----- HyperTalk script -----
  442. on mouseUp
  443.   set lockScreen to true
  444.   hide card field "Parmenides"
  445.   hide card field "Parmenides Name"
  446.   hide card button "Parmenides Away"
  447.   set lockScreen to false
  448. end mouseUp
  449.  
  450.  
  451.  
  452. -- part 28 (field)
  453. -- low flags: 81
  454. -- high flags: 0002
  455. -- rect: left=3 top=1 right=340 bottom=264
  456. -- title width / last selected line: 0
  457. -- icon id / first selected line: 0 / 0
  458. -- text alignment: 0
  459. -- font id: 3
  460. -- text size: 9
  461. -- style flags: 0
  462. -- line height: 12
  463. -- part name: Democritus
  464.  
  465.  
  466. -- part 16 (button)
  467. -- low flags: 80
  468. -- high flags: 0000
  469. -- rect: left=5 top=191 right=338 bottom=507
  470. -- title width / last selected line: 0
  471. -- icon id / first selected line: 0 / 0
  472. -- text alignment: 1
  473. -- font id: 0
  474. -- text size: 12
  475. -- style flags: 0
  476. -- line height: 16
  477. -- part name: Pythagoras Away
  478. ----- HyperTalk script -----
  479. on mouseUp
  480.   set lockScreen to true
  481.   hide card field "Pythagoras"
  482.   hide card field "Pythagoras Name"
  483.   hide card button "Pythagoras Away"
  484.   set lockScreen to false
  485. end mouseUp
  486.  
  487.  
  488.  
  489. -- part 22 (button)
  490. -- low flags: 80
  491. -- high flags: 0000
  492. -- rect: left=59 top=219 right=333 bottom=351
  493. -- title width / last selected line: 0
  494. -- icon id / first selected line: 0 / 0
  495. -- text alignment: 1
  496. -- font id: 0
  497. -- text size: 12
  498. -- style flags: 0
  499. -- line height: 16
  500. -- part name: Empedocles Away
  501. ----- HyperTalk script -----
  502. on mouseUp
  503.   set lockScreen to true
  504.   hide card field "Empedocles"
  505.   hide card field "Empedocles Name"
  506.   hide card button "Empedocles Away"
  507.   set lockScreen to false
  508. end mouseUp
  509.  
  510.  
  511.  
  512. -- part 29 (field)
  513. -- low flags: 81
  514. -- high flags: 0000
  515. -- rect: left=3 top=1 right=16 bottom=132
  516. -- title width / last selected line: 0
  517. -- icon id / first selected line: 0 / 0
  518. -- text alignment: 0
  519. -- font id: 3
  520. -- text size: 9
  521. -- style flags: 256
  522. -- line height: 12
  523. -- part name: Democritus Name
  524.  
  525.  
  526. -- part 30 (button)
  527. -- low flags: 80
  528. -- high flags: 0000
  529. -- rect: left=3 top=1 right=340 bottom=264
  530. -- title width / last selected line: 0
  531. -- icon id / first selected line: 0 / 0
  532. -- text alignment: 1
  533. -- font id: 0
  534. -- text size: 12
  535. -- style flags: 0
  536. -- line height: 16
  537. -- part name: Democritus Away
  538. ----- HyperTalk script -----
  539. on mouseUp
  540.   set lockScreen to true
  541.   hide card field "Democritus"
  542.   hide card field "Democritus Name"
  543.   hide card button "Show Me"
  544.   hide card button "Democritus Away"
  545.   set lockScreen to false
  546. end mouseUp
  547.  
  548.  
  549.  
  550. -- part 31 (button)
  551. -- low flags: 80
  552. -- high flags: 8004
  553. -- rect: left=48 top=169 right=183 bottom=117
  554. -- title width / last selected line: 0
  555. -- icon id / first selected line: 0 / 0
  556. -- text alignment: 1
  557. -- font id: 3
  558. -- text size: 10
  559. -- style flags: 256
  560. -- line height: 13
  561. -- part name: Show Me
  562. ----- HyperTalk script -----
  563. on mouseUp
  564.   global whence
  565.   put the short name of this card into whence
  566.   visual effect dissolve fast
  567.   go card "Pythagoras Cartoon"
  568. end mouseUp
  569.  
  570.  
  571.  
  572. -- part contents for card part 3
  573. ----- text -----
  574. Pythagoras and others
  575.  
  576. -- part contents for card part 1
  577. ----- text -----
  578.  
  579.   Clicking on individual figures will often bring out information about them.
  580.   Clicking on the picture while holding down the Command key will bring up some information about Raphael‚Äôs artistic plans for this group.
  581.   Click on this spot   ‚Ä¢   for some general information about this group.
  582.   Clicking elsewhere in this window will make it disappear.
  583.  
  584. -- part contents for card part 5
  585. ----- text -----
  586.   The elderly philosopher reading at the left is usually identified as Pythagoras.  Leaning over his left shoulder, the turbaned figure is usually said to be Averro√´s.  The standing philosopher is differently identified by different writers.  Some suggest Parmenides, others Xenocrates or Aristoxenus.  The seated figure at the right is usually said to be Heraclitus, but I believe a stronger case can be made for him being Democritus.  (Informa- tion about each of these figures can be found by clicking on them.)
  587.   But this group doesn‚Äôt only form a sort of who‚Äôs who of pre‚ÄìSocratic   ‚Ä¢   philosophers.  With his characteristic cleverness, notice how Raphael has disposed them in such a way that even when our attention is attracted by this block of figures, their locations and poses provide a forceful set of lines converging toward Plato and Aristotle.
  588.  
  589.  
  590. -- part contents for card part 7
  591. ----- text -----
  592.   Philosophers who lived before Socrates (d. 399 B.C.) are usually called ‚Äúpre-Socratics.‚Äù  Raphael has seemed to put most of these‚Äîwho would, therefore, also have preceded Plato and Aristotle‚Äîin the left-hand part of the painting
  593. (there are exceptions), with the figures on the right being philosophers who flourished after Plato and Aristotle.
  594.  
  595. -- part contents for card part 11
  596. ----- text -----
  597.  
  598.  This turbaned figure is usually identified with Averro√´s.  On the one hand, there is a small problem with his presence here: he was from Spain or Morocco, rather than Greece, and lived in the twelfth century A.D. rather than in the fifth or fourth century B.C.  Nonetheless, as one of the greatest commentators on Aristotle, he deserves a place in this distinguished company, and Raphael would be aware of that, for Averro√´s‚Äô interpretation of Aristotle was of profound influence not only in the Middle Ages, but in the Renaissance as well.
  599.  
  600. -- part contents for card part 14
  601. ----- text -----
  602.  
  603.   This venerable figure has conventionally been identified with Pythagoras, founder of a equally venerable school of mathematical/philosophical/mystical thought.  The identification has much to recommend it.  Pythagoras holds an unquestionably important place in the development of Greek philosophy, and thus would be naturally the center of attention this figure is.  The young man to his left holds a slate which seems to have a mathematical problem on it.  Moreover, there are clear Pythagorean influences on Plato‚Äôs thought through mathematics, and these influences continued (or were believed to have continued) through the Middle Ages and the Renaissance.
  604.   Of course, the facts that Pythagoras lived in Greek Italy (and never came to mainland Greece as far as we know) and lived almost two centuries before Plato make it hard for him to have been present here.  But remember, it is the relationship of the philosophers Raphael is exploring.  He is not trying to represent a historical, or even a possible, scene. 
  605.  
  606. -- part contents for card part 15
  607. ----- text -----
  608. Pythagoras
  609.  
  610. -- part contents for card part 17
  611. ----- text -----
  612. Averroës
  613.  
  614. -- part contents for card part 21
  615. ----- text -----
  616. Empedocles
  617.  
  618. -- part contents for card part 20
  619. ----- text -----
  620.  
  621.   This older man looking over Pythagoras‚Äô shoulder has been variously identified as Boethius or Empedocles.  The latter is more likely, in keeping with the grouping here on the left of philosophers who were (1) generally pre-Socratic and (2) from the West.  Empedocles was an early fifth-century physical philosopher from Acragas in Sicily.  Like so many of the philosophers in this painting, he never came to Athens, and was dead long before Plato was born.
  622.  
  623. -- part contents for card part 25
  624. ----- text -----
  625. Parmenides
  626.  
  627. -- part contents for card part 24
  628. ----- text -----
  629.  
  630.  This standing figure has been identified as a number of different philosophers: Parmenides, Aristoxenus, Xenocrates.  Of these three, Parmenides is more likely if our interpretation of this grouping is correct.  Of the three, only Parmenides can be considered a pre-Socratic philosopher (he was born late in the sixth century B.C.), and he too was from Greek Italy.  Parmenides, moreover, was a major philosopher in his own right and a significant influence on Plato‚Äôs philosophy.  By tradition, it is he who first explored the distinction between ‚Äúbeing‚Äù and ‚Äúbecoming,‚Äù a central issue in Platonism.
  631.  
  632. -- part contents for card part 29
  633. ----- text -----
  634. Democritus
  635.  
  636. -- part contents for card part 28
  637. ----- text -----
  638.  
  639.    This figure has usually been identified as Heraclitus.  That won‚Äôt do: this massive figure, resting pensively on an equally massive block of stone, can hardly represent the philosopher who said ‚ÄúEverything moves‚Äù or ‚ÄúThe upward way and the downward way are the same.‚Äù
  640.   But the mass of this figure, and the stone, would fit perfectly with Democritus, the first great atomist.  A contemporary of Socrates, and from mainland Greece rather than Italy, Democritus doesn‚Äôt quite fit this grouping of philosophers.  But, then, neither was this figure originally meant to fit:  if we check the cartoon for this part of the painting, we see the figure is missing!                         
  641.   An explanation is not hard to find.  Traditionally, this figure is taken as a portrait of Michelangelo, added in admiration of his work on the Sistine Chapel Ceiling.  The block of stone is a nice portrait touch referring to Democritus‚Äô materialism, but also to Michelangelo as sculptor, and the sculptural quality of the paintings of the Chapel Ceiling.  Michelangelo as Democritus is also a nice match.  Of course, since it was added late, there was no longer room for this figure on the right of the painting.  On the left, though, it contributes to the sweep of lines toward Plato and Aristotle at the same time that it puts Democritus among other distinguished early philosophers. 
  642.